// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Kinky Boots','Clarence Brown Theatre - Mainstage','Knoxville, TN','Thursday','5/2/2024','7:30 PM','5889464','Kinky-Boots-5-2-2024'],['Kinky Boots','Clarence Brown Theatre - Mainstage','Knoxville, TN','Friday','5/3/2024','7:30 PM','5882871','Kinky-Boots-5-3-2024'],['Kinky Boots','Kolgelman Theatre At West Potomac High School','Alexandria, VA','Saturday','5/4/2024','7:00 PM','6342467','Kinky-Boots-5-4-2024'],['Kinky Boots','Clarence Brown Theatre - Mainstage','Knoxville, TN','Saturday','5/4/2024','7:30 PM','5882872','Kinky-Boots-5-4-2024'],['Kinky Boots','Cantey V. Sutton Theatre - Raleigh Little Theatre','Raleigh, NC','Friday','6/7/2024','8:00 PM','6021536','Kinky-Boots-6-7-2024'],['Kinky Boots','Cantey V. Sutton Theatre - Raleigh Little Theatre','Raleigh, NC','Thursday','6/13/2024','8:00 PM','6021539','Kinky-Boots-6-13-2024'],['Kinky Boots','Cantey V. Sutton Theatre - Raleigh Little Theatre','Raleigh, NC','Sunday','6/16/2024','3:00 PM','6021542','Kinky-Boots-6-16-2024'],['Kinky Boots','Cantey V. Sutton Theatre - Raleigh Little Theatre','Raleigh, NC','Saturday','6/22/2024','8:00 PM','6021545','Kinky-Boots-6-22-2024'],['Kinky Boots','John, James and Clara Knight Stage','Akron, OH','Friday','7/19/2024','7:30 PM','6342512','Kinky-Boots-7-19-2024'],['Kinky Boots','John, James and Clara Knight Stage','Akron, OH','Saturday','7/20/2024','7:30 PM','6342513','Kinky-Boots-7-20-2024'],['Kinky Boots','John, James and Clara Knight Stage','Akron, OH','Sunday','7/21/2024','2:30 PM','6342514','Kinky-Boots-7-21-2024'],['Kinky Boots','John, James and Clara Knight Stage','Akron, OH','Friday','7/26/2024','7:30 PM','6342515','Kinky-Boots-7-26-2024'],['Kinky Boots','John, James and Clara Knight Stage','Akron, OH','Saturday','7/27/2024','7:30 PM','6342516','Kinky-Boots-7-27-2024'],['Kinky Boots','John, James and Clara Knight Stage','Akron, OH','Sunday','7/28/2024','2:30 PM','6342517','Kinky-Boots-7-28-2024'],['Kinky Boots','John, James and Clara Knight Stage','Akron, OH','Friday','8/2/2024','7:30 PM','6342518','Kinky-Boots-8-2-2024'],['Kinky Boots','John, James and Clara Knight Stage','Akron, OH','Saturday','8/3/2024','7:30 PM','6342519','Kinky-Boots-8-3-2024'],['Kinky Boots','John, James and Clara Knight Stage','Akron, OH','Sunday','8/4/2024','2:30 PM','6342520','Kinky-Boots-8-4-2024']],'Kinky Boots','http://www.ticketnetwork.com/ticket/Kinky-Boots-events.aspx');